home *** CD-ROM | disk | FTP | other *** search
/ Private Obsession 3: Sophia / Private Obsession 3: Sophia.iso / files / sshots.dxr / 00104.ls < prev    next >
Encoding:
Text File  |  1995-04-08  |  576 b   |  30 lines

  1. on mouseDown
  2.   global cual3
  3.   if cual3 = 7 then
  4.     puppetSound("sound1")
  5.   else
  6.     if cual3 = 16 then
  7.       puppetSound("harder1")
  8.     else
  9.       if cual3 = 24 then
  10.         puppetSound("harder2")
  11.       else
  12.         if cual3 = 32 then
  13.           puppetSound("ooh")
  14.         else
  15.           if cual3 = 42 then
  16.             puppetSound("sound4")
  17.           else
  18.             if cual3 = 52 then
  19.               puppetSound("ooh")
  20.               set cual3 to 0
  21.             end if
  22.           end if
  23.         end if
  24.       end if
  25.     end if
  26.   end if
  27.   set cual3 to cual3 + 1
  28.   go("Play3")
  29. end
  30.